@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
margin: 0;
padding: 0;
border: 0;	
}

/*Entete de colonne*/
.gras_titre {
    color:#666666;
	font-weight: bold;

}

/*Petit rectangle haute de page*/
#petit_rectangle_page_gris {
	 float: left;
	 margin-top: 0px;
	 margin-left: 0px;
	 margin-right: auto;
	 text-align:left;
	 width: 100%;
	 height: 4px;
	 background-color:#BDBBC3;;
	 line-height: 2px;
	 text-indent: 20px
}

/*Titre pour classment*/
.textsaison_page {
 color:#666666;
 font-size: 1.2em;
 font-weight:bold;
}

/*Rectangle haute de page*/
#haut_rectangle_page {
	 float: left;
	 margin-top: 0px;
	 margin-left: 0px;
	 margin-right: auto;
	 text-align:center;
	 width: 100%;
	 height: 30px;
	 background-color:#E6E6E7;
	 line-height: 30px;
	 /*text-indent: 20px*/
}

/*Rectangle fond de page*/
#bas_rectangle_page {
	 float: left;
	 margin-top: 0px;
	 margin-left: 0px;
	 margin-right: auto;
	 text-align:center;
	 width: 100%;
	 height: 4px;
	 background-color:#BDBBC3;
	 line-height: 30px;
}

/*soulignement des enregistrement*/
tr.border_bottom td {
  border-bottom:1pt solid #BDBBC3;
background-color: #ffffff;
}